home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / hpad / hpad5pro.exe / {app} / templates / CSS / Body and Hyperlinks.css next >
Cascading Style Sheet File  |  2003-12-14  |  230b  |  27 lines

  1. body
  2. {
  3.   font-family: Verdana, Arial, Helvetica;
  4.   color: Black;
  5.   background-color: White;
  6. }
  7.  
  8. a:link
  9. {
  10.   color: Blue
  11. }
  12.  
  13. a:visited
  14. {
  15.   color: Purple
  16. }
  17.  
  18. a:active
  19. {
  20.   color: Red
  21. }
  22.  
  23. a:hover
  24. {
  25.   color: Red
  26. }
  27.